
// -------------------------- AMMUNITION -------------------------- //

// Range: [900, 999]
// Take care not to use this ids on other items!
//
// Ammunition: 357cal 375cal 38cal 45cal 50cal 120cal 4_7mm 5_45mm 5_56mm 5_70mm 7_62mm 9_mm Rocket None Cst0 Cst1 ... Cst30
// Damage: Physical
// ArmorFactor: Defines how much the damage will be reduces by armor (default: 1.0f = normal armor; min. 0.0f = no armor)
// Projectiles: Defines the number of pellets shot
//

//--STACKSIZE IS 5---
//--PRICE IS ACTUAL A FIFTH---


// 357cal
Ammunition (900)
{
	Price 250
	BoxSize 500
	Weight 11
	Ammunition 357cal
	ArmorFactor 0.4
	Icon 0 504 400 56 40
	Picture 1 1 5 1
	
	Deliverable
}

// 38cal
Ammunition (902)
{
	Price 100
	BoxSize 500
	Weight 9
	Ammunition 38cal
	ArmorFactor 1.6
	Icon 0 616 400 56 40
	Picture 1 3 6 1
	
	Deliverable	
}

// 45cal
Ammunition (903)
{
	Price 150
	BoxSize 500
	Weight 12
	Ammunition 45cal
	ArmorFactor 1.2
	Icon 0 672 400 56 40
	Picture 1 0 5 1
	
	Deliverable
}

// 50cal
Ammunition (904)
{
	Price 600
	BoxSize 500
	Weight 24
	Ammunition 50cal
	ArmorFactor 0.25
	Icon 0 728 400 56 40
	Picture 1 4 5 1
	
	Deliverable	
}

// 120cal
Ammunition (905)
{
	Price 230
	BoxSize 500
	Weight 18
	Ammunition 120cal
	ArmorFactor 1.8
	Projectiles 20	
	Icon 0 392 400 56 40
	Picture 1 0 6 1
	
	Deliverable
}

// 4_7mm
Ammunition (906)
{
	Price 1200
	BoxSize 500
	Weight 14
	ArmorFactor 0.6
	Ammunition 4_7mm	
	Icon 0 0 400 56 40
	Picture 1 1 7 1
	
	Deliverable
}

// 5_45mm
Ammunition (907)
{
	Price 480
	BoxSize 500
	Weight 13
	Ammunition 5_45mm
	ArmorFactor 1
	Icon 0 56 400 56 40	
	Picture 1 1 6 1
	
	Deliverable
}

// 5_56mm
Ammunition (908)
{
	Price 450
	BoxSize 500
	Weight 12
	Ammunition 5_56mm
	ArmorFactor 1
	Icon 0 112 400 56 40
	Picture 1 2 5 1
	
	Deliverable
}

// 5_70mm
Ammunition (909)
{
	Price 1400
	BoxSize 500
	Weight 16
	Ammunition 5_70mm
	ArmorFactor 0.5
	Icon 0 224 400 56 40
	Picture 1 0 7 1
	
	Deliverable	
}

// 7_62mm WP
Ammunition (910)
{
	Price 450
	BoxSize 500
	Weight 15
	Ammunition 7_62mm
	ArmorFactor 0.8
	Icon 0 280 400 56 40
	Picture 1 3 5 1
	
	Deliverable
}

// 7_62mm_Nato
Ammunition (901)
{
	Price 375
	BoxSize 500
	Weight 17
	Ammunition 7_62mm_Nato
	ArmorFactor 0.7
	Icon 0 336 400 56 40
	Picture 1 9 1 1
	
	Deliverable
}

// 9_mm
Ammunition (911)
{
	Price 200
	BoxSize 500
	Weight 10
	Ammunition 9_mm	
	ArmorFactor 1.7
	Icon 0 840 400 56 40
	Picture 1 2 6 1
	
	Deliverable
}

// Rocket
Ammunition (912)
{
	Price 1200
	BoxSize 500
	Weight 1100
	Ammunition Rocket
	Icon 0 280 280 56 40
	Picture 1 2 7 2
	
	Deliverable
}

// Grenade
Ammunition (913)
{
	Price 1200
	BoxSize 500
	Weight 1050
	Ammunition Grenade
	Icon 0 0 360 56 40
	Picture 1 9 7 1
	
	Deliverable
}